const encoding/json.scanBeginArray
5 uses
encoding/json (current package)
decode.go#L361: case scanBeginArray:
decode.go#L406: case scanBeginArray, scanBeginObject:
decode.go#L1044: case scanBeginArray:
scanner.go#L122: scanBeginArray // begin array
scanner.go#L223: return s.pushParseState(c, parseArrayValue, scanBeginArray)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)